home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / Spybot Search and Destroy 1.6 / spybotsd160.exe / {app} / TeaTimer.exe / 0 / RCDATA / TFORMBALLOON / TFORMBALLOON.txt < prev   
Text File  |  2008-07-07  |  2KB  |  85 lines

  1. object formBalloon: TformBalloon
  2.   Left = 275
  3.   Top = 388
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 93
  7.   ClientWidth = 248
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object labelBalloon: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 248
  23.     Height = 93
  24.     Align = alClient
  25.     Color = clInfoBk
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clInfoText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       248
  35.       93)
  36.     object labelText: TLabel
  37.       Tag = 1
  38.       Left = 8
  39.       Top = 36
  40.       Width = 232
  41.       Height = 56
  42.       Anchors = [akLeft, akTop, akRight, akBottom]
  43.       AutoSize = False
  44.       Caption = 'Text'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clInfoText
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       WordWrap = True
  52.     end
  53.     object imgSymbol: TImage
  54.       Left = 8
  55.       Top = 8
  56.       Width = 16
  57.       Height = 16
  58.       Picture.Data = {<image000.ico>}
  59.     end
  60.     object labelCaption: TLabel
  61.       Left = 32
  62.       Top = 8
  63.       Width = 208
  64.       Height = 28
  65.       Anchors = [akLeft, akTop, akRight]
  66.       AutoSize = False
  67.       Caption = 'Caption'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clInfoText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       WordWrap = True
  75.     end
  76.   end
  77.   object timerFadeOut: TTimer
  78.     Enabled = False
  79.     Interval = 100
  80.     OnTimer = timerFadeOutTimer
  81.     Left = 128
  82.     Top = 8
  83.   end
  84. end
  85.